-- JSON module extracted from ITU-T Y.4473 (08/2020)

//Example 23 - Examples of $count query option //Example request 1: //http://example.org/v1.0/Things?$count=true //return, along with the results, the total number of Things in the collection. //Example response: { "@iot.count": 2, "value": [ { "..." }, { "..." } ] }